home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / fly8111-.000 / fly8111- / fly8 / shapes / viewer.vx < prev    next >
Text File  |  1979-12-31  |  326b  |  20 lines

  1. /* --------------------------------- viewer.vx ------------------------------ */
  2.  
  3. /*
  4.  * This is part of the flight simulator 'fly8'.
  5.  * Author: Eyal Lebedinsky (eyal@ise.canberra.edu.au).
  6.  *
  7.  */
  8.  
  9. /*
  10.  * Object shape: O_VIEWER.
  11. */
  12.  
  13. #include "shape.h"
  14.  
  15. static VERTEX vx_viewer[] = {
  16.     {{0, 0, 0}, V_MOVE},
  17.  
  18.     {{0, 0, 0}, V_EOF}
  19. };
  20.